set BABL_PATH to include extension from the builddir.
authorSven Neumann <sven@gimp.org>
Thu, 1 Sep 2005 14:37:20 +0000 (14:37 +0000)
committerSven Neumann <neo@src.gnome.org>
Thu, 1 Sep 2005 14:37:20 +0000 (14:37 +0000)
2005-09-01  Sven Neumann  <sven@gimp.org>

* tests/Makefile.am (TESTS_ENVIRONMENT): set BABL_PATH to include
extension from the builddir.

ChangeLog
tests/Makefile.am

index 6fbdc51566bc386c58f9a4c6a3d9e33d9082fee5..4191e1ac373787b99260be1cfc33ad2e180cfb08 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-01  Sven Neumann  <sven@gimp.org>
+
+       * tests/Makefile.am (TESTS_ENVIRONMENT): set BABL_PATH to include
+       extension from the builddir.
+
 2005-09-01  Øyvind Kolås  <pippin@gimp.org>
 
        * babl/babl-internal.h: HACK statically define BablDb *db,
index 429c716194dc208b36c06e76a96266e46c8ef685..4f631a8ba6694638a0ac4068398db2dcca2acc55 100644 (file)
@@ -8,6 +8,8 @@ TESTS =                         \
        models                  \
        babl_class_name
 
+TESTS_ENVIRONMENT = BABL_PATH=$(top_builddir)/extensions
+
 grayscale_to_rgb_SOURCES    = grayscale_to_rgb.c
 rgb_to_bgr_SOURCES          = rgb_to_bgr.c
 srgb_to_lab_u8_SOURCES      = srgb_to_lab_u8.c